|
Name |
Description |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
|
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
(Inherited from IIndexScanner<(Of <(<'T>)>)>.) |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
|
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
|
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
(Inherited from IIndexScanner<(Of <(<'T>)>)>.) |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
|
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
|
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
|
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection.
|